summaryrefslogtreecommitdiff
path: root/src/pages/blog/[slug].jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/blog/[slug].jsx')
-rw-r--r--src/pages/blog/[slug].jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog/[slug].jsx b/src/pages/blog/[slug].jsx
index 257f9385..39f10b79 100644
--- a/src/pages/blog/[slug].jsx
+++ b/src/pages/blog/[slug].jsx
@@ -14,7 +14,7 @@ export default function BlogDetail() {
const parsedContent = blog.data?.content?.replaceAll(
'src="/web/image',
- `src="${process.env.NEXT_PUBLIC_ODOO_HOST}/web/image`
+ `src="${process.env.NEXT_PUBLIC_ODOO_API_HOST}/web/image`
)
const contentClassNames = `